home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / FILER / FSCKFRIEND.ZIP / !fsckFrend / !Run < prev    next >
Text File  |  1995-09-17  |  1KB  |  32 lines

  1. set fsckFrend$dir <obey$dir>
  2. iconsprites <obey$dir>.!sprites
  3. wimpslot -min 160k -max 160k
  4. wimpslot -min 32k  -max 32k
  5. rmensure Taskwindow 0.00 RMLoad System:Modules.Task
  6. rmensure Taskwindow 0.00 Error 0 I need the taskwindow Module!
  7.  
  8. || *ALL* the system variables in this script *must* be defined;
  9. || the app. can't function without them! (who's a lazy bunny then...)
  10.  
  11. || The next line controls the initial wimplot allocated to the taskwindow
  12. || created by the program:
  13. SET fsckfrend$SlotSize 128K
  14.  
  15. || The next line allows you to specify the disc that will be fsck'ed
  16. || when the taskwindow starts up; You *must* supply the command;
  17. || eg. SET fsckfrend$disc "IDEFS::4"
  18. SET fsckfrend$disc "%0"
  19. if "<fsckfrend$disc>" = "" then set fsckfrend$disc "<Root>"
  20. if "<fsckfrend$disc>" = "" then set fsckfrend$disc "edit me!"
  21.  
  22. || If fsck says the map is good, how many seconds should the window
  23. || remain open for before auto-quiting? (0 implies immediate auto-quit)
  24. SET fsckfrend$autoquitdelay 5
  25.  
  26. || And if the map is screwed, how quickly should we flash the "!" / beep?
  27. || value is in cs, negative no means no beeping.
  28. SET fsckfrend$beeptimer 50
  29. || Set this to 'Yes' or 'No' (case sensitive) to enable/disable beeping:
  30. SET fsckfrend$audiosignal No
  31.  
  32. RUN <obey$dir>.!RunImage